{% extends 'base.html' %} {% load static %} {% block title %}My Profile{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{% if user.is_staff %} Staff {% endif %} {% if user.is_superuser %} Admin {% endif %}
{{ user.username }}
{{ user.email }}
{{ user.date_joined|date:"F d, Y" }}
Appointments
Tasks